projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5699c72
)
(lisp_align_malloc): Change type of `aligned'.
author
Dave Love
<fx@gnu.org>
Wed, 20 Aug 2003 16:46:33 +0000
(16:46 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 20 Aug 2003 16:46:33 +0000
(16:46 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index c4496b6ff7b8a42acbe37c251b6da69483fd3fa3..ca26888c4421714a20e6e22b62c9040e6be04ffa 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-552,7
+552,7
@@
xrealloc (block, size)
}
-/* Like free but block interrupt input.
.
*/
+/* Like free but block interrupt input. */
void
xfree (block)
@@
-738,7
+738,8
@@
lisp_align_malloc (nbytes, type)
if (!free_ablock)
{
- int i, aligned;
+ int i;
+ EMACS_INT aligned; /* int gets warning casting to 64-bit pointer. */
#ifdef DOUG_LEA_MALLOC
/* Prevent mmap'ing the chunk. Lisp data may not be mmap'ed